diff options
Diffstat (limited to 'hi-ui/src/routes/(app)/ch/[channel]/+page.js')
| -rw-r--r-- | hi-ui/src/routes/(app)/ch/[channel]/+page.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hi-ui/src/routes/(app)/ch/[channel]/+page.js b/hi-ui/src/routes/(app)/ch/[channel]/+page.js deleted file mode 100644 index 5fd493a..0000000 --- a/hi-ui/src/routes/(app)/ch/[channel]/+page.js +++ /dev/null @@ -1,13 +0,0 @@ -export const ssr = false; - -import { activeChannel } from '$lib/store'; - - -/** @type {import('./$types').PageLoad} */ -export function load({ params }) { - let { channel } = params; - activeChannel.update((value) => { - value.set(channel) - return value; - }); -} |
